home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not #%1==# goto DOIT
- echo #
- echo # USAGE: wun [d:]path\zipname
- echo #
- goto LEAVE
- :DOIT
- c:
- cd \empty
- if exist %1.zip goto UNZIP
- echo File %1.ZIP not found (from C:\EMPTY)
- goto LEAVE
- :UNZIP
- echo Y | del c:\empty\*.*
- PKUNZIP %1
- if exist START.BAT start
- :LEAVE